Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(merge_in): Improve performance #15

Merged
merged 4 commits into from
Sep 9, 2023
Merged

refactor(merge_in): Improve performance #15

merged 4 commits into from
Sep 9, 2023

Conversation

jmfiaschi
Copy link
Owner

No description provided.

@jmfiaschi jmfiaschi merged commit 344fd31 into main Sep 9, 2023
7 checks passed
@jmfiaschi jmfiaschi deleted the beta branch September 9, 2023 19:50
@jmfiaschi
Copy link
Owner Author

🎉 This PR is included in version 1.2.0-beta.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@jmfiaschi
Copy link
Owner Author

🎉 This PR is included in version 1.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@@ -6,9 +6,9 @@ use std::io;
/// Trait used to merge Json Values
pub trait Merge {
/// Method use to merge two Json Values : ValueA <- ValueB.
fn merge(&mut self, new_json_value: Value);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a breaking change. See #18 for tracking.

@jmfiaschi
Copy link
Owner Author

🎉 This PR is included in version 2.0.0-beta.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants